// perspective (default and not required) camera
camera
{
  perspective
  location  < 0, 0, 0 >  // position
  look_at   < 0, 0, 1 >  // view
  right x*4/3            // aspect
  // direction z         // direction and zoom
  // angle 67            // field (overides direction zoom)
}
